Q3ViewerWriteFile
You can use theQ3ViewerWriteFile
function to update the file data being displayed in a viewer.
OSErr Q3ViewerWriteFile ( TQ3ViewerObject theViewer, long refNum);
theViewer
- A viewer object.
refnum
- The file reference number of an open file.
DESCRIPTION
TheQ3ViewerWriteFile
function writes the 3D data currently associated with the viewer object specified by thetheViewer
parameter to the file specified by therefnum
parameter.